home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000347_tspivey8@telus.net_Sat Sep 7 11:06:48 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. Article: 13679 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: tspivey8@telus.net (Tyler Spivey)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: can ms-kermit help with this illusive problem?
  6. Date: 6 Sep 2002 21:50:27 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 28
  9. Message-ID: <a08c04ee.0209062050.2692c691@posting.google.com>
  10. NNTP-Posting-Host: 64.180.232.130
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1031374227 2737 127.0.0.1 (7 Sep 2002 04:50:27 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 7 Sep 2002 04:50:27 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13679
  17.  
  18. here goes:
  19. i am visually impared, and have a dectalk pc speech synthasizer.
  20. it emulated both a serial and a paralel port.
  21. i can access it using echo to com2 (i set it up to use com2 instead of
  22. com4 for compat.)
  23. i can also access it with bios2 under ms-kermit.
  24. if i access it with echo, or with any other thing
  25. (quickbasic, etc) the responces don't come in.
  26. i don't know why, but it's just that way, but it works with kermit's
  27. bios2,
  28. meaning, i receive the responces on the screen that come through the
  29. dectalk.
  30. i know this since i used a log file and captured them.
  31. my asic question is:
  32. i have a linux box on com1,
  33. and i would like to use emacspeak with its full capabilities,
  34. emulating (as far as possible)
  35. a normal dectalk express on my 386 (dectalk box).
  36. is there a way i can have:
  37. input from com1 go to com2,
  38. output from com2 go to com1
  39. and so on? 
  40. e.g.:
  41. if i sent "a" to com1's input, that a would end up at com2.
  42. whatever com2 said back (phonemes, etc) would be sent out com1.
  43. and the process would repeat, character-by-character, over and over
  44. again.
  45. can ms-kermit help with this? can it be done?
  46.